home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #9 / CD 9 (Black) - 2001.iso / StarTrek / DATA1.CAB / Program_Files / DATA.dat / Death Behaviors / Klingon.txt < prev    next >
Encoding:
Text File  |  2001-03-05  |  899 b   |  50 lines

  1. CDeathBehaviorListDefinition
  2. {
  3.     Behaviors=Array
  4.     {
  5.         Item Count=6
  6.         Death Behaviors=CEntityBehaviorClearFlags
  7.         {
  8.             Visible=0
  9.             Collideable=1
  10.             Tries To Collide=0
  11.             Stationary=0
  12.             Active=0
  13.         }
  14.         Death Behaviors=CEntityBehaviorExecuteAction
  15.         {
  16.             Action=CSetCategoryAction
  17.             {
  18.                 Who to Set=$trigger
  19.                 Category to Set=Dead Bodies
  20.             }
  21.         }
  22.         Death Behaviors=CEntityBehaviorExecuteAction
  23.         {
  24.             Action=CClearCategoryAction
  25.             {
  26.                 Who to Clear=$trigger
  27.                 Category to Clear=Enemy
  28.             }
  29.         }
  30.         Death Behaviors=CEntityBehaviorPlaySequenceOnce
  31.         {
  32.             Sequence=Death
  33.             Speed To Play=1
  34.             Done Sequence=Death
  35.             Done Frame=-1
  36.             Was Stationary=0
  37.             Old Play Ratio=0
  38.         }
  39.         Death Behaviors=CEntityBehaviorPlaySequenceOnce
  40.         {
  41.             Sequence=Dead
  42.             Speed To Play=1
  43.             Done Sequence=Dead
  44.             Done Frame=0
  45.             Was Stationary=0
  46.             Old Play Ratio=0
  47.         }
  48.     }
  49. }
  50.